-
Re: Determine whether a font file is OpenType format or TrueType format
I'm checking for "helper tables" like cvt, cvar, etc. like so: https://github.com/Wakamai-Fondue/wakamai-fondue-engine/blob/master/src/fondue/Fondue.js#L57 In the future I hope to chec…1 -
Re: Determine whether a font file is OpenType format or TrueType format
For Wakamai Fondue I check for the presence of a glyf table to call it a TrueType font, and if it's not there I call it an OpenType/CFF font. The comment above that code says "TODO: is this…1 -
Re: Watermarking Fonts - Which Metadata Table is Best?
Thing is, if you release this plug-in to the public, people can see how it works and write a little scrubber tool that removes data encoded in that particular way 🙀1 -
Re: Font Naming and Google Chrome
I don't have a solution, but maybe Type-X can be a good work-around?1 -
Re: Graffiti inspired typeface project
Nice pichação vibe! Make it a variable font with a RDBL axis that tweaks the readability ;-)2
